home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / wc3rador.zip / WC3RADOR.DOC < prev    next >
Text File  |  1992-04-19  |  9KB  |  181 lines

  1.  
  2.  
  3.                    ╒════════════════════════════════════╕
  4.                    │           WC3RADOR v1.13           │
  5.                    ╘════════════════════════════════════╛
  6.              Copyright (c) 1992 Radio Point Software, Jay Andrews
  7.  
  8.    - Restrictions -
  9.  
  10.    WC3RADOR is copyrighted to Radio Point Software.  It may not be edited
  11.    in any way for any reason.  If there are any changes you would like to
  12.    see made to this program, please contact the author.  Radio Point
  13.    Software programmer is Jay Andrews; contact by netmail at 1:352/11.
  14.  
  15.    WC3RADOR is released under the ShareWare agreement.  If you use this
  16.    program, and like the work it does for you, a one-time donation to
  17.    the author of 5$ (US) or greater would be appreciated to-
  18.  
  19.    ╒═════════════════════════════════════════════════════════════════╕
  20.    │ WC3RADOR c/o Jay Andrews, 1108 Fir Street SE, Olympia, WA 98501 │
  21.    ╘═════════════════════════════════════════════════════════════════╛
  22.  
  23.    The author of this program takes no responsibility for damages
  24.    occurring to you and/or your computer equipment because of the use or
  25.    inability to use this software.  The author upholds no warranty
  26.    expressed or implied.
  27.  
  28.    This program may not be used in any commercial environment, or
  29.    government institution, or any other environment when business
  30.    transactions take place, whether nonprofit or profit.  If you have
  31.    any questions, direct them to the author.
  32.  
  33.    All rights reserved.
  34.  
  35.                        -----------------------
  36.  
  37.    - Upgrades and Changes -
  38.  
  39.    04\19\92
  40.    For version 1.13 we added a correction for appending new users
  41.    to the RA USERS.BBS file.  Previous versions would add the user
  42.    but fail to run RA when instructed because of incorrect index
  43.    files.  In version 1.13 if a new user is added, the the utility
  44.    RAUSER.EXE will automatically be run to pack the user base before
  45.    RA is run.
  46.    IMPORTANT NOTE: You MUST have the RAUSER.EXE utility available
  47.    in the directory for this feature to work.  It removes one of the
  48.    last annoying bugs we have been able to find.
  49.  
  50.    02\14\92
  51.    For version 1.12 we added the error responses.  If the necessary
  52.    files could not be found before, WC3RADOR would simply exit with
  53.    a runtime error and no explaination.  Now WC3RADOR will exit and
  54.    tell you what file is missing.  A little easier to install with
  55.    the proper error responses.
  56.  
  57.    02\11\92
  58.    For version 1.11 we solved the problem with Parity/Databits recognition.
  59.    Whether you are running version 2.* or 3.*, the DORINFO*.DEF file for
  60.    RA should now correctly read parity and type of connect.
  61.  
  62.    02\09\92
  63.    For version 1.10 we changed the name of the program from WCRADOOR
  64.    to WC3RADOR to reflect the fact that it now functions with Wildcat!
  65.    versions 2.* and 3.*.  The process is still the same, however there are
  66.    important changes to the configuration file ... WC3RADOR.CFG.
  67.  
  68.    We also took care of the problem with the lack of a MORE prompt from
  69.    within RA once it was accessed.  The clear screen codes have been
  70.    included as well.
  71.  
  72.                        -----------------------
  73.  
  74.    - Purpose -
  75.  
  76.    I have found many programs available that will convert one BBS door
  77.    file to another for the purpose of running door games and such.  But
  78.    what if you actually want to run another entire BBS program as a door?
  79.    If you are inclined to want to run Remote Access v1.11 as a door off
  80.    Wildcat! ... this program should do it.
  81.  
  82.    WC3RADOR v1.13 converts your Wildcat! door files into working
  83.    Remote Access 1.12 DORINFO1.DEF and EXITINFO.BBS files.  It also, at
  84.    the same time, updates the USER*.BBS files.  If the record already
  85.    exits in the RA users base, it simply updates it.  If the record does
  86.    not exist, it automatically appends the end of the file to add the
  87.    record and RA will update the index files when entered.
  88.  
  89.    - Here is What You Do -
  90.  
  91.    You need to have at least a crude setup of RA v1.12 ready.  If you
  92.    haven't done that yet, go take care if that step and then come back
  93.    here:
  94.  
  95.    With Remote Access v1.12 set up you will now need to keep these things
  96.    in mind.  You are running RA as a door, so you will be coming to it
  97.    with a user already on-line and logged in.  They will also be leaving
  98.    RA to return to Wildcat! on-line so you will need to make sure of
  99.    a couple of things.  When you set up your RA menus, make sure that
  100.    the (R)eturn to MAIN MENU command is a type 15.  Type 15 is designated
  101.    for running a door off RA and will allow the user to leave RA without
  102.    disconnecting them.  When you run RACONFIG, make sure to create at
  103.    least one user.  You might make record 0 the sysop account.  This will
  104.    generate the USER*.BBS files to get you started.  Also -
  105.  
  106.    NOTE:  You also MUST run WC3RADOR from the RA directory!!!!!!!!!!!
  107.    (or where the USER*.* files are) although you may designate in the
  108.    configuration file where you wish your output files to go.
  109.  
  110.    Here is a sample batch file.  It's really very easy.
  111.  
  112.    ECHO Accessing ...... > COM*:    {* is the com port you are using}
  113.    CD \RA
  114.    WC3RADOR
  115.    RA -r -e0
  116.    CD \WILDCAT
  117.    CAT.BAT  {or just WILDCAT if you incorporate this into your CAT.BAT}
  118.  
  119.    - The Configuration File -
  120.  
  121.    You MUST edit the WC3RADOR.CFG file prior to using WC3RADOR.  Make sure
  122.    to delete the {stuff in brackets} also.
  123.  
  124.   WC3                               { WC3 for v3.*  or  WC2 for v2.* }
  125.   Radio Point BBS                   { The Name of Your BBS }
  126.   Jay                               { Sysops First Name }
  127.   Andrews                           { Sysops Last Name }
  128.   1                                 { Node or Line Number }
  129.   \WILDCAT\CALLINFO.BBS             { Path/name of CALLINFO.BBS or NONE }
  130.   \WC30\WCWORK\NODE1\USERINFO.DAT   { Path/name of USERINFO.DAT or NONE }
  131.   \WC30\WCWORK\NODE1\DOOR.SYS       { Path/name of DOOR.SYS or NONE }
  132.   \RA\DORINFO1.DEF                  { Complete path/name of DORINFO output }
  133.   \RA\EXITINFO.BBS                  { Complete path/name of EXITINFO output }
  134.  
  135.    Take note that line 6 is for Wildcat! v2.* and lines 7 and 8 are for
  136.    Wildcat! v3.* .  If you are running version 2.* then simply make lines
  137.    7 and 8 read NONE.  And (you guessed it) if you are running Wildcat!
  138.    version 3.* then make line 6 NONE.  Easy huh?  It is also VERY VERY
  139.    VERY VERY VERY (enough very's?) important that you designate line 1
  140.    in the config file as WC3 or WC2.  Everything rides on it.
  141.  
  142.  
  143.    That should be it.  On entry to RA you will be sent to the MAIN MENU.
  144.    You may select any other sub menus from there.  Be sure to eliminate
  145.    any and all (G)oodbye commands and entries so that users do not
  146.    disconnect themselves while re-entering Wildcat!.  Another tip you
  147.    might include is including a type 22 mailcheck as an automatic command
  148.    in MAINMENU and then have it go to MAIN2 automatically and do all your
  149.    building from there.  Just a suggestion.
  150.  
  151.    Good luck.
  152.  
  153.    - Miscellaneous -
  154. ~~~~~~~~~
  155.    The distribution archive of WC3RADOR is in "PKZip" format.  It should
  156.    only be distributed in that format.  The files in the archive should
  157.    be the following, and ONLY the following. If there are any other files
  158.    added to the archive, you should inform Radio Point Software.  Adding
  159.    files to the archive constitutes altering the program.
  160.  
  161.    The following list contains the only filenames you should find here.
  162.  
  163.    ╒═════════════════════════════════════════════════════════════════╕
  164.    │ WC3RADOR.CFG │ A sample configuration file.  Edit before use.   │
  165.    │ WC3RADOR.DOC │ The documentation file you are reading now.      │
  166.    │ WC3RADOR.EXE │ The main program file.  This is what you run.    │
  167.    ╘═════════════════════════════════════════════════════════════════╛
  168.  
  169.    If you find the program useful, please send a 5$ (US) donation to
  170.    the author.  We put a whole lot of time into this and it would be
  171.    nice to know someone actually appreciates having it.  Send any
  172.    donations to the address listed below.  Send all bug reports, comments
  173.    and questions to the BBS listed below.
  174.  
  175.          WC3RADOR                      Radio Point BBS
  176.          c/o Jay Andrews               (206) 943-1513 * 1:352/11
  177.          1108 Fir Street SE            Radio Point Software
  178.          Olympia, WA  98501            Member SkoolNet Systems
  179.  
  180. [End of WC3RADOR.DOC]
  181.